home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / pcedit32.zip / EDITOR.HLP < prev    next >
Text File  |  1992-11-27  |  5KB  |  138 lines

  1. *            THIS IS THE EDITOR HELP FILE - DO NOT MODIFY
  2. *
  3. *                    Cursor Motion Keys
  4. *
  5. #4 left one space
  6. #6 right one space
  7. #8 up one line
  8. #2 down one line
  9. #1 end of line
  10. #7 beginning of line
  11. #3 scroll down one screen
  12. #9 scroll up one screen
  13. #5 fast motion toggle
  14. #T left one word
  15. #V right one word
  16. #X up five lines
  17. #R down five lines
  18. #Q end of file
  19. #W beginning of file
  20. #S end of file
  21. #Y beginning of file
  22. *
  23. *                    Editor Control Keys   < PgDn for more >
  24. *
  25. ^A set place mark
  26. ^B bracket match {, (, [, <, or /*
  27. ^D delete character
  28. #. delete character
  29. ^E delete to end of line
  30. ^F find next occurance of search string
  31. ^H destructive backspace
  32. ^I tab
  33. ^J join next line to current line
  34. ^K cut current line at cursor 
  35. ^L return to previously set place mark
  36. ^M goto next line
  37. ^N edit next file in ring
  38. ^O goto other window when screen is split
  39. ^P edit previous file in ring
  40. ^Q quit without saving file
  41. ^R redo previous undo
  42. ^S swap current and next character
  43. ^T toggle insert/replace
  44. #0 toggle insert/replace
  45. ^U undo changes to last line
  46. ^V toggle view function mode 
  47. ^W write file to disk
  48. ^X delete line
  49. ^? delete line
  50. ^Y split screen
  51. ^Z zap word
  52. #N zap word
  53. %A alternate binary representation
  54. %E execute last macro
  55. %G repeat last command
  56. %J join next line to current line
  57. %K enter next char literally 
  58. %P position cursor at previous location
  59. %R reflow paragraph
  60. %S split line at cursor
  61. %T teach new macro
  62. %V view only changed lines
  63. %W view lines containing search string
  64. %X enter control character
  65. %Z zero command multiplier
  66. %0_-%9 enter command multiplier
  67. *
  68. *                         Block Manipulation Keys
  69. *
  70. %B mark column block start, end
  71. %C copy marked block
  72. %D delete marked block
  73. %F fill column block with character
  74. %L mark line block start, end
  75. %M move marked block
  76. %O overlay column block on destination
  77. %U unmark block
  78. %Y yank back deleted block
  79. ^_ shift column block right
  80. ^^ shift B column block left
  81. *
  82. * Command Line Operations (requires text input so terminate line with a return) 
  83. *
  84. ^[ goto or leave command line
  85. *
  86. * Change current line
  87. *number                                 goto line number n
  88. *+number                                down n lines 
  89. *-number                                up n lines 
  90. *
  91. * Change current column offset
  92. *@number                                start at column n
  93. *@+number                               scroll left n columns 
  94. *@-number                               scroll right n columns 
  95. *
  96. * Search and Replace.
  97. */str1[/-bc]                            find string str (/ actually any punct)
  98. *c/str1/str2[/-bc]                      replace str1 with str2
  99. * The optional search/replace suffixes are
  100. */-                                     search up (down is the default)
  101. */b                                     search marked block only        
  102. */c                                     ignore case
  103. *
  104. *e name1,name2,...[-brfl]               add other files to ring 
  105. *edit name1,name2,...[-brfl]            add other files to ring
  106. *                     The optional edit suffixes are
  107. *-b                                     binary mode
  108. *-r                                     read only
  109. *-f num                                 first line
  110. *-l num                                 last line
  111. *    
  112. *e [*.*]                                display directory and choose one to edit
  113. *edit [*.*]                             display directory and choose one to edit 
  114. *?                                      activates this help file
  115. *help                                   activates this help file 
  116. *m name                                 insert named file at current location 
  117. *merge name                             insert named file at current location 
  118. *r name                                 rename current file to name
  119. *rename name                            rename current file to name 
  120. *configure                              show and modify editor configuration
  121. *quit                                   exit without saving changes
  122. *up arrow                               previous command line entered
  123. *down arrow                             next command line entered 
  124. *any other string                       sent to operating system
  125. *
  126. *               UNIX, VMS and DOS versions available
  127. *
  128. *
  129. *           THIS PROGRAM WAS WRITTEN BY THOMAS W. STEINER
  130. *               COPYRIGHT 1992, ALL RIGHTS RESERVED
  131. *        THIS IS NOT FREEWARE. TO REGISTER YOUR COPY SEND $50 TO 
  132. *
  133. *                             T.W. Steiner
  134. *                          312 - 1230 Haro St.
  135. *                       Vancouver, BC, V6E - 1E6  
  136. *                                Canada
  137. *
  138.